Get the list of the shipment reps

SecurityAuthToken
Request
path Parameters
shipmentId
required
string <uuid>

The id of the shipment

Responses
200

Successfully returned list of reps

Response Schema: application/json
page_size
integer
Array of objects (ShipmentRep)
total_count
integer
total_pages
integer
default

Default error response

get/shipments/{shipmentId}/reps/
Request samples
Response samples
application/json
{
  • "page_size": 0,
  • "results": [
    ],
  • "total_count": 0,
  • "total_pages": 0
}
Copyright © Shipwell 2024. All right reserved.